projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e12d9a8
)
fix bmp_logo.h make dependencies to allow parallel build
author
Jean-Christophe PLAGNIOL-VILLARD
<
[email protected]
>
Tue, 6 Jan 2009 20:15:57 +0000
(21:15 +0100)
committer
Jean-Christophe PLAGNIOL-VILLARD
<
[email protected]
>
Tue, 6 Jan 2009 20:37:04 +0000
(21:37 +0100)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <
[email protected]
>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 0f8b520661ef093f75702d7987b550db9ee7e6df..74b185461bc412a1fc393ab0876675fccda0abd1 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-348,7
+348,7
@@
$(obj)u-boot: depend $(SUBDIRS) $(OBJS) $(LIBBOARD) $(LIBS) $(LDSCRIPT)
$(OBJS): depend $(obj)include/autoconf.mk
$(MAKE) -C cpu/$(CPU) $(if $(REMOTE_BUILD),$@,$(notdir $@))
-$(LIBS): depend $(obj)include/autoconf.mk
+$(LIBS): depend $(obj)include/autoconf.mk
$(SUBDIRS)
$(MAKE) -C $(dir $(subst $(obj),,$@))
$(LIBBOARD): depend $(LIBS) $(obj)include/autoconf.mk